Configurates the
C1.Web.Mvc.Viewer.ViewerBase.OnClientQueryLoadingData client event. Queries the request data sent to the service before loading the document.
Syntax
'Declaration
Public Function OnClientQueryLoadingData( _
ByVal As String _
) As
public OnClientQueryLoadingData(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also